home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Project Full Color - DAG 1
/
Project Full Color - DAG 1.iso
/
mac
/
MAC
/
dag01.dir
/
00109_Script_109
< prev
next >
Wrap
Text File
|
1995-10-31
|
610b
|
28 lines
--åÄøõË‡Û˘1(‚ˆ«ÄåÄøõ)
on Button1 U_Cast, D_Cast
--…p…b…y…g…X…v…‚…C…gÍõÌÀ
puppetSprite clickOn(),TRUE
--…}…E…X…_…E…Ï«√‰ë…L………X…g«ùÏ∏«ÕΘ«∂«»
repeat while stillDown()
set the castNum of sprite clickOn() = the number of cast D_Cast
updateStage
end repeat
--…}…E…X«ôÛ£«é«Õ«˝«¡≈A…L………X…g«ùÂé«ÖÒÅ«›
set the castNum of sprite clickOn() = the number of cast U_Cast
updateStage
--…p…y…b…g…X…v…‚…C…g‚ùË˙
puppetSprite clickOn(),FALSE
--…X…v…‚…C…gËÑ«º…}…E…X«ôÛ£«é«Õ«˝«©
if rollover(clickOn()) then
return 1
else
return 0
end if
end